.mint-control .button[disabled] {
  color: var(--neutral-lightest);
}

/* Bulk NFT Transfer Selection Styles */
.card.is-selected {
  position: relative;
  transition: box-shadow 0.2s ease;
}

.card.is-selected::before {
  content: '✓';
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--success);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Selection mode cursor and hover effects */
.card {
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.card.is-selected:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15), 0px 0px 0px 5px var(--success);
}

.select-multi {
  margin-left: 0.5rem;
}

.select-multi .button {
  white-space: nowrap;
}



.autumn-hero {
  position: relative;
  background: #9f9b7a;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.autumn-hero img {
  /* width: 100%; */
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.autumn-hero .tag {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: black;
  background: rgba(255, 255, 255, 0.1);
}

.rnr {
  background: black;
  display: block;
  padding: 1.5rem;
  overflow: hidden;
}

.rnr .rnr-logo {
  display: flex;
  justify-content: center;
  div {
    display: flex;
    flex-direction: column;
    span {
      display: block;
      text-align: center;
      color: #777;
      margin-top: -.5rem;
    }
  }
}
.rnr:hover .rnr-logo {
  animation: logo-rock 1s ease infinite;
}
.rnr:hover .card-hand {
  scale: 1.1;
  transition: 3s ease;
}
@keyframes logo-rock {
  10%, 40%, 60%, 80% {
    rotate: 1deg;
  }
  30%, 50%, 70%, 90% {
    rotate: -1deg;
  }
}

.rnr .rnr-logo img {
  width: 300px;
  z-index: 5;
}

.rnr .card-hand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-right: -3.5rem;
  position: relative;
  height: 200px;
  perspective: 1000px;
  /* opacity: 0; */
  /* animation: fadeIn 0.3s ease-out forwards; */
  animation: hand-rotate .65s ease-out forwards;
  animation-delay: 0s;
}
@keyframes hand-rotate {
  from {
    rotate: 40deg;
    opacity: 0;
    /* scale: .5; */
  }
  to {
    rotate: 20deg;
    opacity: 1;
    /* scale: .8; */
  }
}

.rnr .card-hand img {
  width: 100%;
  height: auto;
  /* max-width: 300px; */
  width: 200px;
  object-fit: cover;
  position: absolute;
  transform-origin: bottom center;
  opacity: 1;
  transform: rotate(0deg);
}

.rnr .card-hand img:nth-child(1) { 
  animation: fanOut1 0.5s ease-out forwards;
  animation-delay: 0s;
  z-index: 5;
}

.rnr .card-hand img:nth-child(2) { 
  animation: fanOut2 0.5s ease-out forwards;
  animation-delay: .1s;
  z-index: 4;
  opacity: .8;
}

.rnr .card-hand img:nth-child(3) { 
  animation: fanOut3 0.5s ease-out forwards;
  animation-delay: .2s;
  z-index: 3;
  opacity: .6;
}

.rnr .card-hand img:nth-child(4) { 
  animation: fanOut4 0.5s ease-out forwards;
  animation-delay: .3s;
  z-index: 2;
  opacity: .4;
}

.rnr .card-hand img:nth-child(5) { 
  animation: fanOut5 0.5s ease-out forwards;
  animation-delay: .4s;
  z-index: 1;
  opacity: .2;
}
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fanOut1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-20deg);
    }
  }
  
  @keyframes fanOut2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-10deg);
    }
  }
  
  @keyframes fanOut3 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  
  @keyframes fanOut4 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(10deg);
    }
  }
  
  @keyframes fanOut5 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(20deg);
    }
  }







main:has([data-label="The Diagonals"]) {
  .card-image img {
    background: #d14444;
    /* background: rgb(150, 150, 150); */
    /* background: linear-gradient(122deg,rgba(25, 176, 98, 1) 50%, rgba(214, 39, 56, 1) 0%); */
    /* background: rgb(97, 97, 97) linear-gradient(130deg, #ed131356 0%, #1a3ff95c 100%); */
  }
  /* .modal.zoom.is-active .modal-background {
    background: #ffc107;
  } */
  .modal-card-zoom {
    width: 100%;
  }
}

.diagonals {
  display: flex;
  justify-content: center;
  background: #d14444;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
  img {
    display: block;
    max-width: 100%;
  }
  .char-1 {
    width: 420px;
    padding: 1rem 1rem 0 1rem;
    /* margin-bottom: -8px; */
  }
}

/* Animated lights background for diagonals */
.diagonals .lights-container {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@keyframes redlight {
  0% { opacity: 1; }
  60% { opacity: 1; }
  65% { opacity: 0; }
  70% { opacity: 1; }
  75% { opacity: 0; }
  80% { opacity: 1; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes bluelight {
  0% { opacity: 1; }
  10% { opacity: 0; }
  15% { opacity: 1; }
  20% { opacity: 0; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  40% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes redlight-small {
  0% { opacity: 1; }
  60% { opacity: 1; }
  70% { opacity: 0; }
  80% { opacity: 1; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes bluelight-small {
  0% { opacity: 1; }
  10% { opacity: 0; }
  20% { opacity: 1; }
  30% { opacity: 0; }
  40% { opacity: 1; }
  100% { opacity: 1; }
}

.diagonals .redlight, .diagonals .bluelight {
  width: 100%;
  height: 150%;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
}

.diagonals .redlight-small, .diagonals .bluelight-small {
  width: 1090px;
  height: 400px;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
}

.diagonals .redlight {
  background-color: red;
  background: radial-gradient(rgba(255, 0, 0, 0.5) 0%, transparent 67%, transparent 100%);
  animation: redlight 1s infinite;
  right: 40%;
  bottom: -50%;
}

.diagonals .bluelight {
  background-color: blue;
  background: radial-gradient(rgba(0, 0, 255, 0.5) 0%, transparent 67%, transparent 100%);
  animation: bluelight 1s infinite;
  left: 40%;
  top: -50%;
}

.diagonals .redlight-small {
  background-color: red;
  background: radial-gradient(rgba(255, 0, 0, 0.25) 0%, transparent 67%, transparent 100%);
  animation: redlight-small 0.7s infinite;
  right: -366px;
  bottom: -200px;
  transform: rotate(-10deg);
}

.diagonals .bluelight-small {
  background-color: blue;
  background: radial-gradient(rgba(0, 0, 255, 0.25) 0%, transparent 67%, transparent 100%);
  animation: bluelight-small 0.7s infinite;
  left: -300px;
  top: -300px;
  transform: rotate(-45deg);
}

/* Ensure content appears above lights */
.diagonals > * {
  position: relative;
  z-index: 1;
}


a:has(.image-flip) {
  display: block;
  text-align: center;
  width: 100%;
  background: var(--neutral-lightest);
  position: relative;
  .tag {
    position: absolute;
    left: 50%;
    bottom: .5rem;
    transform: translate(-50%, 0);
    margin: 0;
  }
  @media (min-width: 400px) {
    padding: 1.5rem;
    img {
      border-radius: 8px;
    }
    .tag {
      bottom: 2rem;
    }
  }
  @media (min-width: 1024px) {
    .tag {
      bottom: 2rem;
      right: 0rem;
      left: auto;
    }
  }
  
}
.image-flip {
  margin: 0 auto;
  max-width: 420px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  img {
    aspect-ratio: 1/1;
  }
}

.image-flip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: cycleImages 20s infinite;
}

.image-flip img:nth-child(1) { animation-delay: 0s; }
.image-flip img:nth-child(2) { animation-delay: 2s; }
.image-flip img:nth-child(3) { animation-delay: 4s; }
.image-flip img:nth-child(4) { animation-delay: 6s; }
.image-flip img:nth-child(5) { animation-delay: 8s; }
.image-flip img:nth-child(6) { animation-delay: 10s; }
.image-flip img:nth-child(7) { animation-delay: 12s; }
.image-flip img:nth-child(8) { animation-delay: 14s; }
.image-flip img:nth-child(9) { animation-delay: 16s; }
.image-flip img:nth-child(10) { animation-delay: 18s; }

@keyframes cycleImages {
  0%, 8%, 100% {
    opacity: 1;
  }
  10%, 98% {
    opacity: 0;
  }
}

/* Artist Gallery Styles */
.artist-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 2rem 1rem;
  width: 100%;
  max-width: none;
}

.artist-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.artist-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.artist-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.artist-info {
  padding: 2rem;
}

.artist-info h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}

.x-link {
  display: inline-block;
  color: #1da1f2;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 1rem;
  transition: color 0.2s ease;
}

.x-link:hover {
  color: #0d8bd9;
  text-decoration: underline;
}

.collection-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.collection-links a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #f3f4f6;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.collection-links a:hover {
  background: #e5e7eb;
  color: #1f2937;
}

.showcase-footer {
  margin-top: 3rem;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 8px;
  text-align: center;
}

.showcase-footer p {
  margin: 0.5rem 0;
  color: #6b7280;
}

.showcase-footer a {
  color: #1da1f2;
  text-decoration: none;
  font-weight: 500;
}

.showcase-footer a:hover {
  text-decoration: underline;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .artist-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 0.5rem;
  }
  
  .artist-card {
    margin: 0;
  }
  
  .artist-info {
    text-align: center;
  }
  
  .collection-links {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .artist-gallery {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2.5rem;
    padding: 2rem 2rem;
  }
}










